-
Notifications
You must be signed in to change notification settings - Fork 10
Don't downsample Pooled CPS #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Tests not running due to expiry of GitHub PAT |
MaxGhenis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure why not
|
Tests now failing due to some sort of county FIPS error; unclear what's going on |
|
Attempting to fix in most recent push |
nikhilwoodruff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor fixes, then LGTM
Fixes #207.
This PR introduces a very naïve means of preventing downsampling when constructing the Pooled 3-Year CPS dataset, which we use by default for states due to states' limited number of observations in any given single year CPS set. This PR creates three new datasets - essentially the old un-downsampled 2021, '22, and '23 CPS - then uses those to construct the Pooled 3-Year while maintaining the default downsampled versions of these, as well.
This code should be improved separately, and if this code is still here, unchanged, on July 1, 2025, someone should open a ticket.